home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / networking / mail / maildeliver.lha / MailDeliver_Project / TinSMTPPost.doc < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.1 KB  |  35 lines

  1.         *********************************
  2.         ***    TinSMTPPost.doc          ***
  3.         *********************************
  4.  
  5.                   ( BETA RELEASE )
  6.  
  7.            (c) 1994-95 Rafreider Andrea
  8.                All rights reserved
  9.  
  10. Please read MailDeliver.doc and MySMTPPost first!
  11.  
  12. TinSMTPPost is exactly the same as MySMTPPost but has different syntax
  13. and is designed for use with the newsreader TIN 1.2PL3.
  14.  
  15. It's syntax is:
  16.  
  17.     TinSMTPPost mail-file
  18.  
  19. If you have Multiuser,AmiTCP,InetUtils1.3 installed and you use TIN newsreader
  20. you have to set these two environement variables:
  21.  
  22.     set TIN_MAIL TinSMTPPost %s
  23.     set TIN_POST NNTPPost <%s -f%s -r $REALNAME
  24.  
  25. I don't know why, but if I do 'set TIN_MAIL MySMTPPost <%s', when I
  26. do a reply from TIN, MySMTPPost doesn't receive on stdin the mail-file
  27. (maybe a TIN bug?? or there is an error in TIN docs??) and hangs.
  28.  
  29. So I rewrote MySMTPPost to take the mail-file name in the command line instead
  30. of receiving the mail-file from stdin.
  31. This version of MySMTPPost (called TinSMTPPost) also adds the "From:" header 
  32. at the beginning of the mail-file (TIN doesn't do it).
  33.  
  34. That's all folks!
  35.